Received: from relay.surfnet.nl (relay.surfnet.nl [192.87.36.2]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id AAA11854 for <blitz-list@helsinki.fi>; Sun, 17 Jul 1994 00:20:34 +0300
Received: from aixserv.hsbos.nl by relay.surfnet.nl with SMTP (PP)
id <19597-0@relay.surfnet.nl>; Sat, 16 Jul 1994 23:20:28 +0200
Received: from ms1.hsbos.nl by aixserv.hsbos.nl (AIX 3.2/UCB 5.64/4.03)
id AA31016; Sat, 16 Jul 1994 23:17:02 +0200
Received: from MS1/MAILQUEUE by ms1.hsbos.nl (Mercury 1.12);
Sat, 16 Jul 94 23:19:35 GMT-1DFT
Received: from MAILQUEUE by MS1 (Mercury 1.12); Sat, 16 Jul 94 23:19:25 GMT-1DFT
From: "j.valks" <j.valks@hsbos.nl>
To: blitz-list@helsinki.fi
Date: Sat, 16 Jul 1994 23:10:25
Subject: Records
Priority: normal
X-Mailer: PMail v3.0 (R1a)
Message-Id: <1D12E8F6B87@ms1.hsbos.nl>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Status:
Status: RO
Can somebody tell me why this crashes my computer total and even a
reset doesn't work?
If OpenFile(0,"s:startup-sequence")
Maxlen in$,30
Fields 0,in$
Get 0,0
DefaultOutput
Nprint in$
CloseFile 0
EndIf
MouseWait:End
If I do this with a program (I tried diskmaster II) it seems to
work.....
I want to make a simple program what uses a string variabel as a
buffer for copying a file, somebody made it allready????